-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TRA-207] register vault http queries #1324
Conversation
WalkthroughThe update involves modifications to the dYdX protocol's codebase, specifically targeting the integration with the protocol's API and improving error handling in the system. The changes include updating the HTTP endpoint paths for vault-related queries by removing the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review Status
Configuration used: CodeRabbit UI
Files ignored due to path filters (2)
protocol/x/vault/types/query.pb.go
is excluded by!**/*.pb.go
,!**/*.pb.go
protocol/x/vault/types/query.pb.gw.go
is excluded by!**/*.pb.gw.go
,!**/*.pb.gw.go
Files selected for processing (3)
- indexer/packages/v4-protos/src/codegen/dydxprotocol/vault/query.lcd.ts (1 hunks)
- proto/dydxprotocol/vault/query.proto (1 hunks)
- protocol/x/vault/module.go (1 hunks)
Files skipped from review as they are similar to previous changes (3)
- indexer/packages/v4-protos/src/codegen/dydxprotocol/vault/query.lcd.ts
- proto/dydxprotocol/vault/query.proto
- protocol/x/vault/module.go
@Mergifyio backport release/protocol/v5.x |
✅ Backports have been created
|
(cherry picked from commit 1104c18)
(cherry picked from commit 1104c18) Co-authored-by: Tian <[email protected]>
Changelist
Register http queries of
x/vault
Test Plan
Tested locally
Author/Reviewer Checklist
state-breaking
label.indexer-postgres-breaking
label.PrepareProposal
orProcessProposal
, manually add the labelproposal-breaking
.feature:[feature-name]
.backport/[branch-name]
.refactor
,chore
,bug
.